|
Veja também |
---|
Sketch → Sketcher constraints → Constrain parallel |
Bancadas de trabalho |
Sketcher, PartDesign |
Atalho padrão |
Nenhum |
Introduzido na versão |
- |
Veja também |
Constraint Vertical, Constraint Horizontal |
The Sketcher ConstrainParallel tool constrains lines to be parallel.
See also: Drawing aids.
Sketch.addConstraint(Sketcher.Constraint('Parallel', Line1, Line2))
The Sketcher scripting page explains the values which can be used for Line1
and Line2
and contains further examples on how to create constraints from Python scripts.